home *** CD-ROM | disk | FTP | other *** search
/ Shareware Games Galore! / Shareware Games Galore!.iso / yel / addendum.doc next >
Text File  |  1992-12-27  |  14KB  |  350 lines

  1.  
  2.     ADDENDUM to PKZIP 2 Manual
  3.     --------------------------
  4.  
  5.     This file contains the most up-to-date information and additions and
  6.     changes to the PKZIP version 2 manual.
  7.  
  8.  
  9.       AUTHENTICITY VERIFICATION FEATURE
  10.       ---------------------------------
  11.  
  12.     The Authenticity Verification information you receive from PKWARE
  13.     will include two AV Serial Numbers and one checksum.  The Serial
  14.     Numbers include BOTH letters and numbers.  ALL LETTERS in the
  15.     Serial Numbers are LOWER CASE.
  16.  
  17.     After both Serial Numbers are entered using the PUTAV.EXE, the
  18.     program will return a checksum value.  This checksum must match
  19.     the one provided by PKWARE.  If the checksums do not match, then
  20.     the installation was not performed correctly and PUTAV.EXE should
  21.     be run again to ensure that the Serial Numbers and Name were
  22.     entered correctly.
  23.  
  24.     If you run PUTAV.EXE and you encounter the error, "ERROR IN
  25.     PKZIP.EXE", verify that you are running PUTAV on the registered
  26.     version of PKZIP.EXE.
  27.     
  28.       
  29.       AVEXTRA.TXT
  30.       -----------
  31.  
  32.     With the PKZIP 2 Authenticity Verification feature, additional
  33.     text can be displayed on subsequent lines following the
  34.     verification message.  An ASCII text file named AVEXTRA.TXT is
  35.     created containing the additional text you want displayed.  When
  36.     the AVEXTRA.TXT file is in the current directory when you use the
  37.     "PKZIP -!" option, PKZIP will add this text to the .ZIP file and
  38.     PKUNZIP will display it after the normal Authenticity
  39.     Verification message.  The Authenticity Verification feature is
  40.     available only to registered users of PKZIP.
  41.  
  42.  
  43.       SELF-EXTRACTING FILES ACROSS MULTIPLE DISKETTES
  44.       -----------------------------------------------
  45.  
  46.     PKZIP 2 has the ability to compress a large .ZIP file across
  47.     multiple diskettes.
  48.  
  49.     Self-extracting files CAN NOT span multiple disks.  This would
  50.     make the PKSFX code extremely large.
  51.  
  52.     A simple batch file can be created that would uncompress across
  53.     multiple diskettes.  All that would be required is to have the
  54.     batch file follow this procedure:
  55.  
  56.  
  57.     1.  Create a batch file called install.bat
  58.     2.  Edit install.bat and in that file have the following line:
  59.  
  60.           pkunzip -d a:program c:\test
  61.  
  62.     This batch file would create the directory C:\TEST on your
  63.     computer and then unzip the file called PROGRAM.ZIP into the c:\test
  64.     directory.  PKUNZIP will prompt the user to enter the diskettes
  65.     in the extraction order.
  66.  
  67.  
  68.       PKCFG.EXE
  69.       ---------
  70.  
  71.       * PKCFG is only included in the registered version of PKZIP.
  72.  
  73.     PKZIP can have many of its features configured with a
  74.     configuration file called PKZIP.CFG.  This configuration file can
  75.     be located in either your current directory, a directory
  76.     specified with the environment variable PKZIP.CFG, or in the
  77.     directory that PKZIP.EXE is located.  PKZIP will search for the
  78.     configuration in each location in the order listed above.  This
  79.     means that you may have a default configuration file that is
  80.     easily overridden by using a configuration file in either of the
  81.     first two locations.  Any option that is set in the configuration
  82.     file may be overridden from the command line.  The configuration
  83.     file may be created manually with a text editor.
  84.  
  85.     The PKCFG program will look for an existing configuration file in
  86.     the same locations and order that PKZIP would look.  If the PKCFG
  87.     program finds an existing configuration file it will load it.
  88.     The existing configuration values will be shown in the place of
  89.     the defaults.  A list of options will be displayed on the screen,
  90.     and a highlighted cursor indicates the option that you can
  91.     modify.
  92.  
  93.  
  94.       PK SAFE ANSI
  95.       -----------
  96.  
  97.     Another program included with registration of PKZIP 2 is called
  98.     PKSFANSI.COM.  PKSFANSI is a terminate and stay resident program
  99.     that disables ANSI keyboard key Reassignments, thereby preventing
  100.     ANSI "bombs" embedded in any text file (such as README files) or
  101.     output by any program.  Normally, ANSI sequences that redefine
  102.     the keyboard could be hidden inside ANY text file or program, and
  103.     could be executed completely unnoticed until it is too late.
  104.     PKSFANSI intercepts calls to the ANSI.SYS or other ANSI device
  105.     drivers, and filters out any keyboard reassignments, while
  106.     allowing other ANSI sequences through unaltered.  If a keyboard
  107.     reassignment is attempted, PKSFANSI will intercept the sequence
  108.     and discard it.  PKSFANSI will also BEEP to alert you that a
  109.     reassignment was attempted.
  110.  
  111.  
  112.     PKSFANSI requires less than 1K bytes resident RAM, and should
  113.     work with any ANSI driver, such as the standard ANSI.SYS driver,
  114.     NANSI, ZANSI, DVANSI, etc.  Note that if you use a memory
  115.     resident ANSI driver, such as the DESQview DVANSI.COM driver,
  116.     PKSFANSI should be loaded after the ANSI driver is loaded.
  117.  
  118.  
  119.       Using PKZIP and DPMI
  120.       --------------------
  121.  
  122.     If you experience difficulties when using PKZIP in a DOS window
  123.     under Windows, use the -) option to disable DPMI support.  If
  124.     this eliminates the problem, you may default this option for
  125.     PKZIP by using the configuration file (see manual for details).
  126.     With PKUNZIP, this option may be set as an environment variable
  127.     (see below for details).
  128.  
  129.  
  130.       PKUNZIP as an Environment Variable
  131.       ----------------------------------
  132.  
  133.     PKUNZIP includes the ability to use an environment variable as a
  134.     continuation of the command line.  An option, or number of
  135.     options may be specified by an environment variable.  PKUNZIP
  136.     will treat the variables as if they were passed on the command
  137.     line.
  138.  
  139.          example: set PKUNZIP=-)
  140.  
  141.       This example would disable DPMI usage.
  142.  
  143.     Note that since the PKUNZIP environment variable is a
  144.     continuation of the command line; it will supersede any
  145.     preceding option on the command line.
  146.  
  147.  
  148.       Minimum DOS Requirements for SPANNING & FORMATTING
  149.       --------------------------------------------------
  150.  
  151.     For PKZIP 2 to span multiple disks with a .ZIP file, DOS 3.0 or
  152.     greater is required.
  153.  
  154.     To be able to format diskettes on-the-fly, DOS 3.2 or greater is
  155.     required.
  156.  
  157.  
  158.       PKUNZJR.COM & PKSFX Junior
  159.       --------------------------
  160.  
  161.     When using PKUNZJR or PKSFX Junior, remember to end you output
  162.     path with a : or a \.  Because the PKUNZJR and PKSFX Junior were
  163.     designed to be as small as possible, please note that they
  164.     perform minimal error checking.
  165.  
  166.  
  167.       PKZIP BACKUP GUIDE
  168.       ------------------
  169.  
  170.     PKZIP can now create .ZIP files that exceed the size of a floppy
  171.     disk.  You can use PKZIP to backup your entire hard disk and
  172.     unlike most backup programs, PKZIP can use disks formatted by
  173.     DOS, or it can format the disk for you.  PKZIP can optionally
  174.     erase all files on the destination disk(s), or leave those files
  175.     intact.  PKZIP can optionally quick format the destination
  176.     disk(s), or do a normal (unconditional) format.  A quick format
  177.     erases the information on the disk without formatting each
  178.     track, greatly reducing the time required to format a disk.
  179.  
  180.     Option    Description
  181.     --------------------------------------------------------------------
  182.       -&      Span disks if necessary.
  183.  
  184.     You must specify this option if you wish to create a .ZIP file
  185.     on multiple disks.  If this option is not specified and you
  186.     exceed the capacity of a floppy disk, a DISK FULL error message
  187.     will result.
  188.  
  189.       -&f     Format the destination disk.
  190.  
  191.     PKZIP will format the destination disk(s) if you specify this
  192.     option.  If the disk has been formatted previously, a quick
  193.     format will be performed, otherwise a full format will be
  194.     performed.
  195.  
  196.       -&fl    The destination disk is to be formatted to low density.
  197.  
  198.     If you plan to use low density disks in a high density disk
  199.     drive, this option is required.  For example, if you have a 1.44
  200.     meg floppy disk drive, and plan to zip to 720K disks and your
  201.     disks are not formatted, you must specify this option.  If your
  202.     disk drive is a 360K or 720K drive, this option is not required.
  203.     If any information was previously contained on the disk, it will
  204.     be erased.
  205.  
  206.  
  207.       -&u     Unconditionally (always) format the disk.
  208.  
  209.     Always format the disk before being used.  A full format will be
  210.     used, a quick format will never be performed.  If any information
  211.     was previously contained on the disk, it will be erased.
  212.  
  213.       -&ul    Unconditionally (always) format a low density disk in a
  214.           high density disk drive.
  215.  
  216.     Always format the disk before being used.  A full format will be
  217.     used, a quick format will never be performed. If any information
  218.     was previously contained on the disk, it will be erased.
  219.  
  220.       -&w     Wipe the disk.  (Erase all files and subdirectories)
  221.  
  222.     This is similar to -&f, except the files are deleted, rather than
  223.     formatting the disk.  This is for usage with non floppy removable
  224.     devices, such as Bernoulli boxes.
  225.  
  226.       -&s[d:] Include subdirectories in zipping process (similar to
  227.           -rp \*.*).
  228.  
  229.     This option tells PKZIP that you wish to backup the entire disk
  230.     drive.  The current disk drive will be used if no disk drive is
  231.     specifed.  You do not need to specify the -rp option (recurse and
  232.     store pathnames).  If you also specify files on another disk
  233.     drive, these files will be compressed, as well as all files on the
  234.     default drive.  (Please see following examples.)
  235.  
  236.     All options are case insensitive, but this may change in future
  237.     versions.  We suggest you USE LOWER CASE LETTERS FOR FUTURE
  238.     COMPATIBILITY.  The -&l option must be specified with -&u or -&f.
  239.  
  240.     * Note:   If you create a .ZIP file with the same name as exists
  241.       on a disk set, you do not need to use the WIPE or FORMAT
  242.       options.  PKZIP will create a new .ZIP file with the same name;
  243.       this method is faster.
  244.  
  245.     * Note:   All the PKZIP Configuration File options can be
  246.       overridden on the command line by specifying the option and a
  247.       '-'.  For example, -&f- will override "BACKUP=FORMAT" in the
  248.       Configuration File and turn off formatting.
  249.  
  250.  
  251.     Examples
  252.     --------
  253.  
  254.     Command Line              Description
  255.     -----------------------------------------------------------------
  256.     pkzip a:zipfile -&        Zip the current directory to drive A:, and
  257.                   span disks if necessary.  The files
  258.                   currently on drive A: will not be affected.
  259.  
  260.     C:\>pkzip a:zipfile -&s   Zip all files on drive C: to the A: drive.
  261.  
  262.     C:\>pkzip b:zipfile -&s d:\sd\*.*  Zip all files on drive C:
  263.                        (the current drive), and all files
  264.                        in the D:\SD directory to the B:
  265.                        drive.
  266.  
  267.     C:\>pkzip a:zipfile -&s d:\*.BAT   Zip all the files on drive C: and
  268.                        all .BAT files on drive D: to the
  269.                        A: drive.
  270.  
  271.     pkzip a:zipfile -&f -rp            Zip the current directory and its
  272.                        subdirectories to drive A:, and
  273.                        format each disk.  A quick format
  274.                        will be performed if possible,
  275.                        which is much faster than a
  276.                        unconditional format.
  277.  
  278.     pkzip a:zipfile -&u -rp            Same as above, except the disk
  279.                        will be unconditionally formatted.
  280.  
  281.     pkzip a:zipfile -&fl               Zip the current directory to drive
  282.                        A:, and format each disk to low
  283.                        density.  This option only applies
  284.                        to users using a 360K floppy disk
  285.                        in a 1.2 meg drive, or users using
  286.                        a 720K floppy disk in a 1.44 meg
  287.                        drive.  A quick format will be
  288.                        performed if possible, which is
  289.                        much faster than a unconditional
  290.                        format.
  291.  
  292.     pkzip a:zipfile -&ul               Same as above, except the disk
  293.                        will be unconditionally formatted
  294.                        (do not quick format).
  295.  
  296.     pkzip a:zipfile -&w -rp            Zip the current directory and its
  297.                        subdirectories to drive A:, and
  298.                        wipe each disk.  All files and
  299.                        subdirectories will be erased from
  300.                        the A: drive.  The disk will not
  301.                        be formatted or quick formatted.
  302.  
  303.  
  304.     pkzip a:zipfile -&fs               Zip the current disk drive
  305.                        (including subdirectories) to drive
  306.                        A:, and format each disk.  If the
  307.                        destination disk has previously
  308.                        been formatted, a quick format will
  309.                        be performed.  Otherwise, an
  310.                        unconditional format will be
  311.                        performed.
  312.  
  313.  
  314.       New Options For the PKZIP.CFG Configuration File
  315.       ------------------------------------------------
  316.     The keyword BACKUP=  can be followed by the following keywords:
  317.  
  318.       SPAN            The -& option is enabled.  If this keyword is not
  319.               specified, the following options will only be
  320.               enabled when -& is specified on the command line.
  321.               Same as -&.
  322.  
  323.       UNCONDITIONAL   Format the disk unconditionally.  Same as -&u.
  324.  
  325.       LOW             Using low density disks.  Same as -&l
  326.  
  327.       FORMAT          Format the disks.  Same as -&f.
  328.  
  329.       WIPE            Wipe the disks.  Same as -&w.
  330.  
  331.       FULL            Do a full backup.  Same as -&s.
  332.  
  333.     Examples                             Same as
  334.     --------------------------------------------------------
  335.       BACKUP=SPAN FORMAT                   -&f
  336.       BACKUP=SPAN FORMAT UNCONDITIONAL     -&u
  337.       BACKUP=LOW SPAN                      -&l
  338.       BACKUP=FORMAT WIPE         Illegal -- WIPE and FORMAT are exclusive.
  339.       BACKUP=FULL                          -&s
  340.       BACKUP=FULL  WIPE                    -&sw
  341.  
  342.  
  343.  
  344.     PKWARE, PKZIP, PKUNZIP and PKSFX are registered trademarks of PKWARE,
  345.     Inc. PKSFANSI and PKCFG are trademarks of PKWARE, Inc.
  346.  
  347.     Trademarks of other companies mentioned appear for identification
  348.     purposes only and are the property of their respective companies.
  349.  
  350.